home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 October: Windmill on DISC / ADC Developer CD (1993-10) (''Windmill On DISC'')_iso / Dev.CD Oct 93.iso / System Software / U.S. System Software / System 7 Pro™ Beta 11 / Development Tools / Sample Code / Messaging Service Access Module / Internet PMSAM / Internet PMSAM source / myevents.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-19  |  452 b   |  16 lines  |  [TEXT/MPS ]

  1. /*----------------------------------------------------------
  2.  
  3. AOCE Post Office Protocol (3)
  4. Personal Gateway
  5.  
  6. written by Steven Falkenburg-- MacDTS
  7. ©1991-1993 Apple Computer, Inc.
  8.  
  9. ----------------------------------------------------------*/
  10.  
  11. #pragma once
  12.  
  13. OSErr HandleEvent(EventRecord *ev,Boolean inMainEventLoop);
  14. OSErr DoHighLevelEvent(EventRecord *ev,Boolean inMainEventLoop);
  15. OSErr HandleCoreEvents(long messageID,Ptr buff,unsigned long msgLen);
  16.